.foto-gallerie img {
    float:left;
    margin:5px;
    width:150px;
    height: 112px;
    display:block;
    border-radius: 15px;
   box-shadow: 3px 3px 1px #888;
    
}

img.olsen {
    box-shadow:none;
    border-radius:0px;
}

div.foto-gallerie {
    
    height:auto;
    display:flex;
    width: 100%;
    max-width:700px;
    flex-wrap: wrap;
    background-color:#a38b02;
    justify-content: center;
    border-radius: 15px;
    flex-direction: row;
    padding-top:20px;
    padding-bottom: 20px;
    margin:0px;
    background-image:url(/media/perga.jpg);  
    margin-left:auto;
    margin-right:auto;
    
}


.content h1 {
    text-align: center;
}
.content {
 
  
}

